﻿/*-----------------[初始化]--------------*/
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body{font-size: 14px;line-height: 1.5;color: #343434;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica",sans-serif;}
img{max-width: 100%;}
a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input,textarea,select{font-size: 14px;color: #666;font-family: 'Microsoft Yahei';outline: 0;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {display: none;}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #6e6e6e;}
::-moz-placeholder {color: #6e6e6e; }
::-ms-input-placeholder {color: #6e6e6e;}

.ani{
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
a {color: #333;}
a:hover {color: #ff0000;}

/*布局*/
.wp{margin: 0 auto;width: 100%;max-width: 1200px;}


/*******************************
  -------[=头部]-------
********************************/
body{padding-top: 75px;}
.header{
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
    z-index: 99;
    /*background-color: #000;*/
}
.header .logo{
    position: absolute;
    top: 0;left: 4%;
}
.header .tel{
    position: absolute;
    right: 4%;top: 0;
    font-size: 25px;
    font-weight: bold;
    color: #db0c0d;
    padding-left: 37px;
    background: url(tel.png) left center no-repeat;
	line-height:30px;
}
.nav{
    height: 100%;
    text-align: center;
}
.nav li{
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 11px;
    padding: 0 14px;
    font-size: 18px;
}
.nav li .v1{
    display: block;
    height: 100%;
    /*color: #e0e0e0;*/
	color:#000;
}
.nav li:hover .v1,.nav li.on .v1{color: #cb1213;}

.nav .nav-sub{
    display: none;
    position: absolute;
    left: 0;width: 100%;
    top: 100%;
    text-align: center;
    border-top: 1px solid #e6151a;
    background-color: #000;
}
.nav .nav-sub dd{
    height: 27px;
    line-height: 26px;
    font-size: 14px;
    border-bottom: 1px solid #242424;
}
.nav .nav-sub dd:last-child{border: none;}
.nav .nav-sub dd a{display: block; color: #f9f9f9;}
.nav .nav-sub dd:hover a,.nav .nav-sub dd.on a{
    background-color: #e6151a;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn {position: fixed;top: 25px;right: 15px;width: 30px;height: 20px;display: none;cursor: pointer;z-index: 900;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);}
.menuBtn em {margin-bottom: 8px;display: block;height: 2px;background-color: #da251d;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0;position: absolute;left: 5px;top: 50%;width: 24px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}

#aside {position: fixed;top: 0;left: -240px;bottom: 0;width: 240px;
background-color: #000;z-index: 999;overflow-y: auto;}
#aside.open {left: 0;}
#aside .menu{margin-top: 84px;}
#aside .menu .v1 {padding-left: 15px;display: block;width: 100%;height: 41px;line-height:40px;font-size: 16px;color: #fff;border-bottom: 1px solid #191919;}
/*#aside .menu .nav-sub{display: none;}*/
#aside .menu .nav-sub a{display: block;padding-left: 40px;font-size: 14px;line-height: 32px;color: #fff;}
#aside .menu .nav-sub a.on,#aside .menu .nav-sub a:hover,
#aside .menu .v1:hover,#aside .menu .v1.on {color: #ff0000;background-color: #1c1c1c;}


/*******************************
    -------[=底部]-------
********************************/
.footer .ftt{
    padding: 20px 0 10px;
   /* background: url(bg01.jpg) left top no-repeat;*/
    background-size: 100% 100%;
}
.footer .ftt:after,.footer .ftt:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.footer .ftt .logo{
    float: left;
    margin-top: 30px;
}
.footer .ftt dl{
    float: left;
    margin-left: 120px;
}
.footer .ftt dt{
    font-size: 18px;
    color: #afafaf;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.footer .ftt dd{
    line-height: 28px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.footer .ftt dd a{
    color: #7c7c7c;
}
.footer .ftt dd a:hover{
    color: #ff0000;
}
.footer .fttr{
    float: right;
    padding-top: 20px;
}
.footer .fttr .p1{font-size: 18px;color: #fff;margin-bottom: 10px;}
.footer .fttr .p2{font-size: 30px;color: #ff0000;margin-bottom: 30px;}
.footer .fttr .link{width: 182px;position: relative;}
.footer .fttr .link .tit{
    height: 37px;
    line-height: 35px;
    padding: 0 32px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    background: url(arrow.png) 135px center no-repeat;
}
.footer .fttr .link.on .tit{
    color: #ff0000;
    border-color: #ff0000;
    background: url(arrow1.png) 135px center no-repeat;
}
.footer .fttr .link .box{
    position: absolute;
    left: 0;width: 100%;
    bottom: 37px;
    display: none;
    background-color: #000;
}
.footer .fttr .link .box a{
    display: block;
    color: #fff;
    padding: 0 32px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.footer .fttr .link .box a:hover{color: #ff0000;}
.footer .ftb{
    padding: 5px 0;
    font-size: 12px;
    color: #bbb;
    /*background-color: #1b1b1b;*/
}
.footer .ftb .build{
    float: right;
}
.footer .ftb a{color: #bbb;}
.footer .ftb a:hover{text-decoration: underline;}
/*
-----------------[banner]--------------*/
#banner-inner {
    height: 448px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#banner-inner .txt{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    color: #4d4948;
    text-align: center;
}

/*
-----------------[当前位置]--------------*/
.sl-list1{
    margin-top: -19px;margin-bottom: 24px;
    position: relative;width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    
}
.sl-list1 a{
    display: block;
    float: left;
    margin-right: 1px;
    width: 94px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    background-color: #e6e6e6;
}
.sl-list1 a.on,.sl-list1 a:hover{color: #fff;background-color: #cb1213;}

.cur{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
}
.cur .tit{
    font-size: 22px;
    color: #3e3e3e;
    float: left;
    margin-left: 50px;
}
.cur .con{
    float: right;
    font-size: 12px;
    color: #333;
    margin-top: 5px;
}
.cur .con .sp1{
    padding-left: 20px;
    background: url(ico-01.png) left center no-repeat;
}
.cur .con .sp2{color: #f80001;}
.cur .con a{color: #333;}
.cur .con a:hover{color: #f80001;}


.pages{margin: 30px 0;text-align: center;}
.pages a{
    display: inline-block;
    width: 38px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #585858;
    margin: 0 1px;
    border: 1px solid #dcdcdc;
}
.pages .next{width: 89px;}
.pages a.on,.pages a:hover{color: #fff;background-color: #ff0000;background-color: #ff0000;}


/*
-----------------[侧边]--------------*/
.float-side-1 {
    position: fixed;
    position: absolute \9;
    bottom: 50px;
    right: 0;
    z-index: 101;
    padding: 1px;
    background-color: #fff;
}
.float-side-1 a{
    display: block;
    width: 59px;
    height: 58px;
    font-size: 12px;
    color: #cb1213;
    margin-bottom: 2px;
    text-align: center;
}

.float-side-1 .a1{
    padding-top: 38px;
    background: url(ico-16.png) center 6px no-repeat;
}
.float-side-1 .a2{
    padding-top: 38px;
    background: url(ico-17.png) center 6px no-repeat;
}
.float-side-1 .a3{
    height: 36px;
    padding-top: 15px;
    margin-bottom: 0;
    background: url(ico-18.png) center 7px no-repeat;
}
.float-side-1 .a1:hover{
    color: #fff;
    background: #cb1213 url(ico-19.png) center 6px no-repeat;
}
.float-side-1 .a2:hover{
    color: #fff;
    background: #cb1213 url(ico-20.png) center 6px no-repeat;
}
.float-side-1 .a3:hover{
    color: #fff;
    background: #cb1213 url(ico-21.png) center 7px no-repeat;
}
.float-side-1 .qr{
    position: absolute;
    width: 112px;
    padding: 4px;
    font-size: 12px;
    color: #cb1213;
    left: -144px;
    top: 30px;
    text-align: center;
    background-color: #fefcfd;
    visibility: hidden;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.float-side-1 .qr p{
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.float-side-1 .qr:after{
    position: absolute;
    content:'';
    display:block;
    width:0;
    height:0;
    right: -14px;
    top: 40%;
    border-width:8px 0 8px 14px;
    border-style:solid;
    border-color:transparent transparent transparent #fefcfd;
}
.float-side-1 .a2:hover + .qr{
    visibility: visible;
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
